{% extends 'base_dashboard.html' %} {% block title %}Delete Module — Online LMS{% endblock %} {% block content %}

Delete Module

This action cannot be undone.

Back to Course
Delete “{{ object.title }}”?

This will permanently delete {{ object.title }} and all {{ object.lessons.count }} lesson{{ object.lessons.count|pluralize }} inside it.

{% csrf_token %}
Cancel
{% endblock %}